Fix ChangeLog to fit in 80 columns.
authorMichael Natterer <mitch@src.gnome.org>
Sat, 20 Sep 2008 10:30:40 +0000 (10:30 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Sat, 20 Sep 2008 10:30:40 +0000 (10:30 +0000)
svn path=/trunk/; revision=21463

ChangeLog

index a98b7c61075ddb09adcade37e5b47e681eee22c6..5d3e3eb859e7f291d9bc0bc819b7960ed9360f48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@
        Small cleanups to debug messages for GtkPlug/GtkSocket
 
        * gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
-       * gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug messages.
+       * gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
+       messages.
 
 2008-09-19  Carlos Garnacho  <carlos@imendio.com>
 
 
 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
 
-       * modules/engines/ms-windows/*: Revert most of previous patch, as it didn't work as expected; 
-       Some work toward #531086 - the new GtkTooltip widget doesn't theme properly on win32. Now, at least
+       * modules/engines/ms-windows/*: Revert most of previous patch, as
+       it didn't work as expected; Some work toward #531086 - the new
+       GtkTooltip widget doesn't theme properly on win32. Now, at least
        the background color seems okay
        
 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
 
-       * modules/engines/ms-windows/*: MS Windows style should use pango_win32_font_description_from_logfont;
-       Allows us to rip out a lot of potentially buggy code, and also get the font specification from the
-       XP theme (#434987)
+       * modules/engines/ms-windows/*: MS Windows style should use
+       pango_win32_font_description_from_logfont; Allows us to rip out a
+       lot of potentially buggy code, and also get the font specification
+       from the XP theme (#434987)
        
 2008-09-18  Matthias Clasen  <mclasen@redhat.com>